net/http.http2Transport.vlogf (method)

5 uses

	net/http (current package)
		h2_bundle.go#L7208: 			t.vlogf("http2: Transport failed to get client conn for %s: %v", addr, err)
		h2_bundle.go#L7231: 			t.vlogf("RoundTrip failure: %v", err)
		h2_bundle.go#L7387: 		t.vlogf("http2: Transport creating client conn %p to %v", cc, c.RemoteAddr())
		h2_bundle.go#L9585: 	cc.t.vlogf(format, args...)
		h2_bundle.go#L9588: func (t *http2Transport) vlogf(format string, args ...interface{}) {